@import "../font/iconfont.css";
html {
  font-family: 'Verdana', "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #2050a2!important;
}
@media (max-width: 1480px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #2050a2;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #2050a2;
}
.maincolor2 {
  color: #b6a897;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #2050a2;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #2050a2;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.more {
  cursor: pointer;
  transition: all 0.4s ease;
}
.more:hover {
  color: #2050a2;
}
.more.spe-more {
  width: 185px;
  height: 65px;
  padding: 0 25px;
  background-color: #2050a2;
  box-sizing: border-box;
  -webkit-clip-path: polygon(90% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
}
.more.spe-more .icon {
  margin-left: 10px;
}
.more.spe-more:hover {
  color: #fff;
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
}
.more.active-more {
  border-bottom: 1px solid #2050a2;
}
.more.active-more span {
  color: #2050a2;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #2050a2;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.more.gray-more .icon-box {
  width: 65px;
  height: 65px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-left: 30px;
}
.more.gray-more:hover {
  color: #2050a2;
}
.more.gray-more:hover .icon-box {
  background-color: #2050a2;
}
.more.gray-more:hover .icon-box img {
  filter: brightness(100);
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #2050a2;
  color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more.spe-more {
    width: 150px;
    height: 50px;
    padding: 0 10px;
  }
  .more.spe-more .icon {
    font-size: 16px;
  }
  .more.gray-more .icon-box {
    width: 45px;
    height: 45px;
    margin-left: 10px;
  }
  .more.gray-more .icon-box img {
    width: 20px;
  }
}
.go {
  opacity: 0.9;
}
.go .char {
  position: relative;
  margin-right: 0.5em;
}
.go .icon-box {
  width: 28px;
  height: 28px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.9);
  border-style: solid;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-color: #2050a2;
  border-color: #2050a2;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-title {
  line-height: 1;
}
.same-title .title {
  font-size: 72px;
}
@media (max-width: 1480px) {
  .same-title .title {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .same-title .title {
    font-size: 26px;
  }
}
.same-title .en {
  margin-top: 8px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 400;
}
.same-title.page-title .title {
  display: inline-block;
  font-style: italic;
  position: relative;
}
.same-title.page-title .title span {
  position: relative;
  z-index: 9;
}
.same-title.page-title .title::before,
.same-title.page-title .title::after {
  content: '';
  height: 38px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.same-title.page-title .title::before {
  top: 0;
  left: -10px;
  width: 100%;
  background-image: url('../images/title-bg1.png');
}
.same-title.page-title .title::after {
  width: 98px;
  right: -35px;
  bottom: -10px;
  background-image: url('../images/title-bg2.png');
}
.same-title.page-title .spe-title {
  font-style: normal;
}
.same-title.page-title .enb {
  opacity: 0.5;
  margin-top: 18px;
}
.same-title.page-title.center {
  display: inline-block;
}
.same-title.page-title.center .enb {
  text-align: left;
}
.same-circle i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b6a897;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(182, 168, 151, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(182, 168, 151, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #2050a2;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(32, 80, 162, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(32, 80, 162, 0.3);
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.datum .item:hover .bahns {
  color: #2050a2;
}
.datum .item:hover .bahns .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum .bahns {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 40px;
  text-align: center;
  display: inline-block;
}
.datum .bahns::before {
  content: attr(data-unit);
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
.datum .bahns::after {
  content: attr(data-content);
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: bold;
}
.datum.gray .item .enb {
  color: #747474;
}
.datum.gray .item .text {
  color: #747474;
}
.datum.gray .item:hover .enb {
  color: #2050a2;
}
.datum.gray .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .enb::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #2050a2;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (max-width: 800px) {
  .datum .bahns {
    font-size: 40px;
  }
  .datum .bahns::before {
    font-size: 12px;
  }
  .datum .bahns::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .enb::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .enb::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh15 {
    line-height: 1.4;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
 font-family: 'adineue',sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  font-size: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #1b3886;
  border: none;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url("../images/arrow-icon1.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-color: #1b3886;
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after,
ul.pagination li:first-child:hover  > a:after,
ul.pagination li:first-child:hover > span:after{
  background-image: url("../images/arrow-icon2.png");
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li:last-child:hover > a:after,
ul.pagination li:last-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child:hover > a:after,
ul.pagination li:first-child:hover > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
#result .list .headline {
    transition: all 0.4s ease;
}
#result .list .text {
    padding-top: 6px;
    margin-top: 0.1rem;
}
#result .list a {
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    #result .list a {
        padding: 16px 0;
    }
}
#result .list a:first-child {
    padding-top: 0;
}
#result .list a:last-child {
    padding-bottom: 0;
    border: 0 none;
}
#result .list a:hover .headline {
    color: #d20001;
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .logo {
    max-width: 3em;
    min-width: 65px;
  }
}
.main {
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 120px;
}
.page-banner .banner-txt {
  width: 1600px;
  padding-right: 120px;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1400px;
  }
  .page-banner .banner-txt {
  
      width: 1400px;
    }
}
@media (max-width: 1580px) {
  .main {
    max-width: 1300px;
  }
  .page-banner .banner-txt {
  
      width: 1300px;
    }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
    padding-right: 100px;
  }
  .page-banner .banner-txt {
  
      width: 1200px;
      padding-right: 100px;
    }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
  .page-banner .banner-txt {
  
      width: 1000px;
    }
}
@media (max-width: 1180px) {
  .main {
    max-width: 1000px;
    padding-right: 80px;
  }
  .page-banner .banner-txt {
  
      width: 1000px;
      padding-right: 80px;
    }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .page-banner .banner-txt {
  
      width: 90%;
      padding-right: 0;
    }
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #2050a2;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #2050a2;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #7f7f7f;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #2050a2;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #2050a2;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #2050a2;
}
body.handle-min,
body.handle-max,
body.handle-min .rang-box .handle,
body.handle-max .rang-box .handle {
  cursor: grabbing;
}
body.handle-min .rang-box.active .occupy,
body.handle-min .rang-box.active .handle.left {
  background-color: #2050a2;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #2050a2;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #2050a2;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-change .btn:after {
  font-size: 20px;
}
.swiper-change .btn:hover {
  color: #fff;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 9%;
  top: 0;
  bottom: auto;
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-family: 'bahnschrift', sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #2050a2;
  font-family: 'bahnschrift', sans-serif;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 0;
}
.swiper-change.spe-change .btn {
  width: 44px;
  height: 42px;
  background-image: url('../images/btn1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:after {
  display: none;
}
.swiper-change.spe-change .btn.swiper-button-next {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover {
  background-image: url('../images/btn2.png');
}
.swiper-change.spe-change .btn:hover.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover.swiper-button-next {
  transform: rotate(0);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #2050a2;
  border-color: #2050a2;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px ;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2050a2;
}
.swiper-change.spe-change2 .btn {
  color: #cdcdcd;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #2050a2;
}
.swiper-change.spe-change3 .btn {
  width: 64px;
  height: 64px;
  border-width: 1px;
  border-color: #afb2b5;
  border-style: solid;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #afb2b5;
}
.swiper-change.spe-change3 .btn:after {
  display: none;
}
.swiper-change.spe-change3 .btn:hover {
  color: #fff;
  border-color: #2050a2;
  background-color: #2050a2;
}
.swiper-change.spe-change3.bgfff .btn {
  border: none;
  background-color: #fff;
}
.swiper-change.spe-change3.bgfff .btn:hover {
  background-color: #2050a2;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 16px;
  height: 24px;
  background: #2050a2;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 5px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .icon {
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
.scroll-down.colfff .mouse {
  background: transparent;
  border: 1px solid #fff;
}
.scroll-down.gray .mouse {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.scroll-down.gray .mouse::after {
  background-color: #00000080;
}
.scroll-down.gray .icon {
  -webkit-animation: colorText2 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText2 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
}
@keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText2 {
  21% {
    color: #ccc;
  }
  30% {
    color: #00000080;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #00000080;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #00000080;
  }
}
#header {
  width: 100%;
  z-index: 206;
  position: absolute;
  padding-top: 28px;
}
#header .logo-box {
  z-index: 206;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar {
  display: none;
}
#header .right-links {
  margin-left: 20px;
}
#header .right-links .item {
  padding: 0 25px;
}
#header .right-links .item img,
#header .right-links .item .icon {
  margin-right: 10px;
}
@media (max-width: 1480px) {
  #header .main {
    padding-right: 80px;
  }
  #header .right-links {
    margin-left: 10px;
  }
  #header .right-links .item {
    padding: 0 10px;
  }
}
@media (max-width: 1380px) {
  #header .right-links {
    display: none;
  }
}
@media (max-width: 1080px) {
  #header #navbar {
    display: none;
  }
  #header .nav-btn {
    width: auto;
    height: auto;
    position: absolute;
    top: 50px;
    right: 50px;
  }
}
@media (max-width: 800px) {
  #header {
    padding-top: 20px;
    z-index: 3001;
  }
  #header .nav-btn {
    top: 30px;
    right: 40px;
  }
}
.nav-btn {
  width: 120px;
  height: 120px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
  z-index: 3001;
}
.nav-btn .middle-item {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
.nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
.nav-btn .middle-item > .full.top {
  right: 0;
  left: auto;
}
.nav-btn.active .full.top {
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
.nav-btn.active .full.middle {
  opacity: 0;
}
.nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#search {
  z-index: 299;
  width: 800px;
  right: 120px;
  bottom: auto;
  display: none;
}
#search .container {
  background-color: #fff;
  margin-top: 80px;
  height: 4em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem;
  transform: translateY(-1em);
  transition: all 0.4s ease-out;
}
#search .search {
  font-size: 1.3em;
  color: #2050a2;
  cursor: pointer;
}
#search .content {
  flex: 1;
  padding-right: 1em;
}
#search .content label input {
  width: 100%;
  display: block;
  height: 100%;
}
#search .content label input::-webkit-input-placeholder {
  font-size: 14px;
}
#search .content .reset {
  left: auto;
  color: #999;
  width: 1em;
  cursor: pointer;
}
#search .content .reset:hover {
  color: #2050a2;
}
#search .content.entering .reset {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
#search.active .container {
  transform: translateY(0);
}
@media (max-width: 800px) {
  #search {
    width: 100%;
    right: 0;
  }
  #search .container {
    margin-top: 80px;
    padding: 0 0.2rem;
  }
}
.more > svg {
  width: 70px;
  height: 70px;
  margin-left: 30px;
}
.more > svg > .cls-1 {
  fill: none;
  stroke-width: 1px;
  stroke-dasharray: 0, 350;
  stroke: #fff;
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 350;
  }
  100% {
    stroke-dasharray: 350, 0;
  }
}
.more > svg .cls-bg1 {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
}
@media (max-width: 1080px) {
  .more > svg {
    transform: scale(0.6);
    margin-left: 10px;
  }
}
#navbar .interaction {
  padding: 0 25px;
}
#navbar .interaction a {
  position: relative;
}
#navbar .interaction a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  border-radius: 1.5px;
  background-color: #2050a2;
  transition: all 0.4s ease;
}
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  width: 100%;
}
@media (max-width: 1580px) {
  #navbar .interaction {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  #navbar .interaction {
    padding: 0 10px;
  }
}
#nav_fixed {
  display: none;
  z-index: 3000;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 10%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9;
}

#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}

@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.9;
}
#nav_fixed > .list > .item .three-nav {
  padding: 10px 0;
}
#nav_fixed > .list > .item .three-nav a {
  margin-top: 8px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item .three-nav {
    padding: 10px;
  }
  #nav_fixed > .list > .item .three-nav a {
    height: 40px;
    line-height: 40px;
  }
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
#nav_fixed .same-connect {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 80%;
}
#nav_fixed .same-connect .bottom-connect li {
  margin-bottom: 30px;
}
#nav_fixed .same-connect .bottom-connect li:last-child {
  margin-bottom: 0;
}
#nav_fixed .same-connect .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#nav_fixed .same-connect .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
@media (max-width: 1680px) {
  #nav_fixed > .list > .item > .top {
    font-size: 110%;
}
#nav_fixed > .list {
   left: 5%;
}
#nav_fixed .same-connect{
    left: 5%;
    transform: translateX(0);
}
}
@media (max-width: 1480px) {
  #nav_fixed > .list {
    width: 100%;
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
  #nav_fixed > .list {
    width: 100%;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 0;
    color: #fff;
  }
  #nav_fixed .mask {
    background-color: #2050a2;
  }
  #nav_fixed > .list {
    position: absolute;
    left: 0;
    height: 100vh;
    padding: 22vh 30px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
    max-width: 100%;
  }
  #nav_fixed > .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed > .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed > .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
  #nav_fixed .same-connect {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 800px) {
  #nav_fixed > .list .fade {
    padding: 10px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#footer {
  background-color: #2050a2;
  z-index: 2000;
  position: relative;
  -webkit-clip-path: polygon(93.7% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(93.7% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  height: 700px;
}
#footer .main {
  height: 100%;
  box-sizing: border-box;
}
#footer .left {
  width: 30%;
}
#footer .left .info ul li {
  width: 100%;
  line-height: 1.6;
}
#footer .left .info ul li.top {
  margin: 50px 0 20px;
}
#footer .left .info ul li.top p {
  margin-top: 10px;
}
#footer .left .info ul li.item {
  margin-top: 35px;
  font-family: 'futurabook', sans-serif;
}
#footer .left .info ul li.item.w50 {
  width: 50%;
}
#footer .left .info ul li.item .name {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  opacity: 0.8;
}
#footer .left .info ul li.item .name::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
#footer .right {
  width: 60%;
  position: relative;
  height: 100%;
}
#footer .right .top{
    width: 90%;
}
#footer .right .item .title {
  margin-bottom: 56px;
}
#footer .right .item .text-node {
  line-height: 2.5;
  font-family: 'futurabook', sans-serif;
}
#footer .right .copyright {
  width: 456px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-clip-path: polygon(84% 0, 100% 34%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(84% 0, 100% 34%, 100% 100%, 0 100%, 0 0);
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'futurabook', sans-serif;
}
#footer .right .copyright a {
  opacity: 0.6;
  margin-top: 42px;
}
#footer .right .copyright a:hover {
  opacity: 1;
}
#footer .footer-aside {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
#footer .footer-aside .toTop img {
  filter: brightness(100);
}
#footer .footer-aside .item {
  width: 44px;
  height: 44px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 15px;
}
#footer .footer-aside .item:hover {
  border-color: #b6a897;
  background-color: #b6a897;
}
#footer .footer-aside .icon-box .item {
  margin-top: 15px;
}
@media (max-width: 1680px) {
  #footer {
    -webkit-clip-path: polygon(92.8% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(92.8% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 1480px) {
  #footer {
    -webkit-clip-path: polygon(93.3% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(93.3% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 1440px) {
  #footer {
    -webkit-clip-path: polygon(92.9%  0, 100% 12%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(92.9% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 1000px) {
  #footer {
    height: auto;
    -webkit-clip-path: polygon(100% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  }
  #footer .main {
    flex-wrap: wrap;
  }
  #footer .left {
    width: 100%;
    margin-bottom: 150px;
  }
  #footer .left .logo {
    max-width: 10em;
    min-width: 160px;
  }
  #footer .left .info ul li {
    line-height: 1.4;
  }
  #footer .left .info ul li.top {
    margin: 40px 0 10px;
  }
  #footer .left .info ul li.item {
    margin-top: 25px;
  }
  #footer .left .info ul li.item .name::after {
    top: 7px;
  }
  #footer .right {
    width: 100%;
    height: auto;
  }
  #footer .right .top {
    display: none;
  }
  #footer .right .copyright {
    width: 80%;
    height: auto;
    -webkit-clip-path: polygon(84% 0, 100% 34%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(84% 0, 100% 34%, 100% 100%, 0 100%, 0 0);
    padding: 20px 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #footer .right .copyright a {
    margin-top: 22px;
  }
  #footer .footer-aside {
    width: 80px;
    height: 100%;
    padding: 50px 0 120px;
    box-sizing: border-box;
  }
}
.share-box .item {
  width: 44px;
  height: 44px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-radius: 15px;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.share-box .item:hover {
  color: #fff;
  border-color: #b6a897;
  background-color: #b6a897;
}
.wechat li {
  text-align: center;
}
.wechat li .pic {
  width: 115px;
  height: 115px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 14px;
}
.wechat li img {
  width: 100%;
  height: 100%;
}
.wechat li p {
  opacity: 0.7;
}
.wechat li p span {
  display: block;
  margin-top: 5px;
}
.page-aside {
  position: fixed;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 50px;
  box-sizing: border-box;
  z-index: 1000;
  transition: all 0.4s ease;
}
.page-aside .middle-box {
  position: relative;
  padding-top: 180px;
}
.page-aside .swiper-pagination {
  bottom: auto;
  top: 0;
  left: -5px;
}
.page-aside .swiper-pagination .circle {
  margin: 15px auto;
  display: block;
}
.page-aside .icon-box a {
  margin-top: 34px;
}
.page-aside .icon-box .toTop {
  margin-top: 34px;
  transform: translateX(100px);
  transition: all 0.4s ease-in-out;
}
.page-aside .icon-box .toTop.on {
  transform: none;
}
.page-aside.on {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.page-aside.on .nav-btn {
  background-color: #b6a897;
}
.page-aside.on .middle-box {
  display: none;
}
.page-aside.on .icon-box a img {
  filter: brightness(0.7);
}
.page-aside.select {
  z-index: 3100;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.page-aside.select .nav-btn {
  background-color: #b6a897;
}
.page-aside.select .middle-box {
  display: none;
}
.page-aside.select .icon-box a img {
  filter: brightness(0.7);
}
@media (max-width: 1480px) {
  .page-aside {
    width: 100px;
  }
  .page-aside .nav-btn {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1080px) {
  .page-aside {
    width: auto;
    height: auto;
    background-color: transparent;
    top: auto;
    bottom: 100px;
    right: 20px;
    border-left: none;
  }
  .page-aside .nav-btn,
  .page-aside .middle-box {
    display: none;
  }
  .page-aside.on {
    background-color: transparent;
  }
  .page-aside.select {
    z-index: 3100;
    background-color: transparent;
  }
}
#banner {
  height: 100vh;
  position: relative;
  z-index: 1;
}
#banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 99;
}
#banner > .swiper {
  height: 100%;
}
#banner > .swiper .swiper-slide img {
  transform: scale(1);
  transition: all 8s ease-out 0s;
}
#banner > .swiper .swiper-slide .banner-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 5.5%;
  transform: translateY(-50%);
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
}
#banner > .swiper .swiper-slide .title {
  font-size: 50px;
  opacity: 0;
}
#banner > .swiper .swiper-slide .title span {
  display: inline-block;
  overflow: hidden;
  letter-spacing: 0;
}
#banner > .swiper .swiper-slide .title .span2,
#banner > .swiper .swiper-slide .more {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner > .swiper .swiper-slide .more {
  margin-top: 60px;
  transition-delay: 7s;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-slide .title {
    line-height: 1.2;
    font-size: 40px;
  }
  #banner > .swiper .swiper-slide .more {
    margin-top: 40px;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-slide .banner-txt {
    width: 90%;
  }
  #banner > .swiper .swiper-slide .title {
    font-size: 20px;
  }
  #banner > .swiper .swiper-slide .title span {
    letter-spacing: 2px;
  }
  #banner > .swiper .swiper-slide .more {
    margin-top: 30px;
  }
}
#banner > .swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1.1);
}
#banner > .swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner > .swiper .swiper-slide.swiper-slide-active .title,
#banner > .swiper .swiper-slide.swiper-slide-active .title .span2,
#banner > .swiper .swiper-slide.swiper-slide-active .more {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1480px) {
  #banner > .swiper .swiper-change {
    width: 400px;
    padding-left: 50px;
  }
}
@media (max-width: 1080px) {
  #banner > .swiper .swiper-change {
    width: 100%;
    height: 55px;
    padding-left: 30px;
  }
  #banner > .swiper .swiper-change .swiper-pagination {
    bottom: 18px;
  }
}
@media (max-width: 800px) {
  #banner {
    height: 600px;
  }
}
.page-banner {
  position: relative;
  z-index: 9;
  height: 650px;
  overflow: hidden;
}
.page-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: -moz-linear-gradient(-90deg, #2050a2 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, #2050a2 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, #2050a2 0%, transparent 100%);
  z-index: 99;
}
.page-banner img {
  animation: bgScale 5s linear forwards;
  transition: transform 5s linear;
}
@keyframes bgScale {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1) rotate(0.002deg);
  }
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.page-banner .banner-txt .title {
  font-size: 60px;
}
.page-banner .banner-txt .txt {
  margin-top: 60px;
  width: 80%;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .page-banner {
    height: 500px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .page-banner .banner-txt .title {
    font-size: 30px;
  }
  .page-banner .banner-txt .txt {
    margin-top: 20px;
  }
}
.page-nav {
  height: 120px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-nav .item {
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.page-nav .item:not(:last-child) {
  margin-right: 80px;
}
.page-nav .item a {
  height: 100%;
  line-height: 120px;
  opacity: 0.8;
}
.page-nav .item:hover a,
.page-nav .item.active a {
  color: #2050a2;
  opacity: 1;
  border-bottom: 1px solid #2050a2;
}
@media (max-width: 800px) {
  .page-nav {
    height: auto;
  }
  .page-nav .list {
    flex-wrap: wrap;
  }
  .page-nav .list .item {
    height: 50px;
  }
  .page-nav .list .item:not(:last-child) {
    margin-right: 20px;
  }
  .page-nav .list .item a {
    padding: 0 10px;
    line-height: 50px;
  }
}
[data-aos="width-animation"] {
  transform: translateX(-100%);
}
[data-aos="width-animation"].aos-animate {
  transform: translateX(0);
}
[data-aos="hide-animation"] {
  opacity: 1;
  transform: translateY(0);
}
[data-aos="hide-animation"].aos-animate {
  opacity: 0;
  transform: translateY(100%);
}
[data-aos="show-animation"] {
  opacity: 0;
  transform: translateY(100%);
}
[data-aos="show-animation"].aos-animate {
  opacity: 1;
  transform: translateY(-100px);
}
.is-hidden--xxl-down,
.js-lines-item {
  transition: all 0.4s ease;
}
.spe-line .line-box,
.is-hidden--xxl-down {
  width: 100%;
  height: 100%;
}
.content-panel {
  background-color: #e9eef2;
}
.content-panel .spe-line {
  position: relative;
  width: 100%;
  height: 430px;
  /*overflow: hidden;*/
}
.content-panel .spe-line img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-panel .spe-line .bg {
  filter: brightness(0.1);
  opacity: 0.1;
}
@media (max-width: 1680px){
    .content-panel .spe-line{
    height: 360px;
  }
}
@media (max-width: 1480px) {
  .content-panel .spe-line {
    height: 300px;
  }
}
@media (max-width: 800px) {
  .content-panel .spe-line {
    height: 100px;
    margin-top: 50px;
    box-sizing: border-box;
  }
}
.page-panel .page-aside .middle-box {
  padding-top: 240px;
}
#service {
  background-image: url('../images/bg2.png');
  background-size: 370px 635px;
  background-repeat: no-repeat;
  background-position: left 120%;
}
#service .datum {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#service .datum .item {
  width: 20%;
  padding: 50px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 0 149px;
  transition: all 1s ease;
}
#service .datum .item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#service .datum .item .bahns {
  margin: 88px 0 15px;
}
#service .datum .item:last-child .bahns{
    margin-top: 40px;
}
#service .datum .item .same-circle {
  margin-top: 40px;
}
#service .datum .item:hover {
  background-image: url('../images/bg.png');
  background-size: 130px 149px;
}
#service .datum .item:hover .same-circle i {
  background-color: #2050a2;
}
#service .datum .item:hover .same-circle i:nth-of-type(2) {
  background-color: rgba(32, 80, 162, 0.5);
}
#service .datum .item:hover .same-circle i:nth-of-type(3) {
  background-color: rgba(32, 80, 162, 0.3);
}
#service .bottom-box .left-info {
  width: 31%;
}
#service .bottom-box .left-info .text-node {
  margin: 55px 0 155px;
}
#service .bottom-box .service-swiper {
  width: 60%;
  padding-bottom: 100px;
  margin: 0;
}
#service .bottom-box .service-swiper .swiper-slide {
  height: 400px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-clip-path: polygon(85% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(85% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  overflow: hidden;
  box-sizing: border-box;
}
#service .bottom-box .service-swiper .swiper-slide a{
    width: 100%;
    height: 100%;
}
#service .bottom-box .service-swiper .swiper-slide .pic {
  width: 100%;
  height: 200px;
  transition: all 0.4s ease;
  position: relative;
}
#service .bottom-box .service-swiper .swiper-slide .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  opacity: 0;
}
#service .bottom-box .service-swiper .swiper-slide .txt {
  position: absolute;
  bottom: 48px;
  left: 48px;
}
#service .bottom-box .service-swiper .swiper-slide:hover .pic {
  height: 100%;
}
#service .bottom-box .service-swiper .swiper-slide:hover .pic::after {
  opacity: 1;
}
#service .bottom-box .service-swiper .swiper-slide:hover .txt {
  opacity: 1;
  color: #fff;
}
#service .bottom-box .service-swiper .swiper-change {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
}
#service .bottom-box .service-swiper .btn-box {
  width: 18%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1680px) {
  #service .bottom-box .service-swiper .btn-box {
    width: 25%;
  }
  #service .bottom-box .service-swiper .num-pagination {
    max-width: 84px;
  }
  #service .datum .item{
      padding: 30px;
  }
}
@media (max-width: 1480px) {
  #service .bottom-box .service-swiper .swiper-slide {
    height: 350px;
  }
  
}
@media (max-width: 1280px) {
    
  #service .datum .item {
    padding: 40px 20px;
  }
  #service .bottom-box .service-swiper .btn-box {
    width: 30%;
  }
  #service .bottom-box .service-swiper .swiper-slide .txt {
    position: absolute;
    bottom: 24px;
    left: 18px;
  }
}
@media (max-width: 800px) {
  #service {
    background-size: 140px 200px;
    background-position: left bottom;
  }
  #about.spe{
        margin-top: -100px;
    }
  #service .datum {
    flex-wrap: wrap;
  }
  #service .datum .item {
    width: 100%;
    padding: 30px 100px 50px;
  }
  #service .datum .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #service .datum .item .bahns {
    margin: 38px 0 10px;
  }
  #service .bottom-box {
    flex-wrap: wrap;
  }
  #service .bottom-box .left-info {
    width: 100%;
  }
  #service .bottom-box .left-info .text-node {
    margin: 25px 0 35px;
  }
  #service .bottom-box .service-swiper {
    width: 100%;
    padding-bottom: 120px;
    margin-top: 40px;
  }
  #service .bottom-box .service-swiper .btn-box {
    width: 50%;
  }
  #service .bottom-box .service-swiper .swiper-slide .txt {
    position: absolute;
    bottom: 24px;
    left: 24px;
  }
}
#service.page-service {
  background-image: none;
}
#service.page-service .datum {
  background-color: #fff;
}
#service.page-service .datum .item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#service.page-service .datum .item .bahns {
  margin: 0 0 15px;
}
#service.page-service .datum .item .same-circle {
  margin: 40px 0 78px;
}
@media (max-width: 800px) {
  #service.page-service .datum .item {
    padding-top: 50px;
  }
  #service.page-service .datum .item .same-circle {
    margin: 30px 0 48px;
  }
}
#about {
  background-image: url('../images/bg3.png');
  background-size: 430px 564px;
  background-repeat: no-repeat;
  background-position: 90% bottom;
}
#about .oppress {
  width: 38%;
  height: 850px;
}
#about .right-info {
  width: 50%;
}
#about .right-info .sub-title {
  margin-top: 64px;
}
#about .right-info .text-node {
  margin: 40px 0 65px;
  
}
#about .right-info .lists {
  margin-bottom: 70px;
}
#about .right-info .lists .item {
  width: 138px;
  margin-right: 30px;
  transition: all 0.4s ease;
}
#about .right-info .lists .item .icon-box {
  width: 100%;
  height: 138px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  margin-bottom: 25px;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  transition: all 1s ease;
}
#about .right-info .lists .item .icon-box .full {
  opacity: 0;
  transition: all 1s ease;
}
#about .right-info .lists .item:hover .op8 {
  color: #2050a2;
  opacity: 1;
}
#about .right-info .lists .item:hover .icon-box {
    border-color: transparent;
  -webkit-clip-path: polygon(82% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(82% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}
#about .right-info .lists .item:hover .icon-box .full {
  opacity: 1;
}
@media (max-width: 1680px) {
  #about .oppress {
    width: 42%;
  }
}
@media (max-width: 800px) {
  #about {
    background-size: 60% 264px;
  }
  #about .main {
    flex-wrap: wrap;
  }
  #about .oppress {
    width: 100%;
    height: 400px;
    margin: 0 0 30px;
  }
  #about .right-info {
    width: 100%;
  }
  #about .right-info .sub-title {
    margin-top: 24px;
  }
  #about .right-info .text-node {
    margin: 20px 0 35px;
  }
  #about .right-info .lists {
    margin-bottom: 30px;
  }
  #about .right-info .lists .item {
    width: 100px;
    margin-right: 15px;
  }
  #about .right-info .lists .item .icon-box {
    height: 100px;
    margin-bottom: 10px;
  }
}
#about.page-about {
  padding-top: 68px;
  background-position: 85% 20%;
}
#about.page-about .top-box {
  padding: 85px 0 90px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#about.page-about .top-box .same-title .title {
  font-size: 120px;
}
#about.page-about .same-bottom-info .left-box {
  width: 30%;
}
#about.page-about .same-bottom-info .text-node {
  width: 70%;
}
#about.page-about .middle-box {
  background-image: url('../images/line3.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 110%;
}
#about.page-about .middle-box .left-box {
  width: 50%;
  position: relative;
}
#about.page-about .middle-box .left-box .top .title {
  margin-bottom: 20px;
}
#about.page-about .middle-box .left-box .income-swiper {
  width: 100%;
  height: 430px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#about.page-about .middle-box .left-box .income-swiper .swiper-slide {
  height: auto;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
}
#about.page-about .middle-box .left-box .income-swiper .swiper-slide .top {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#about.page-about .middle-box .left-box .income-swiper .swiper-slide .line {
  width: 1px;
  background: linear-gradient(244deg, #2050a2 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  margin: 20px auto 0;
}
#about.page-about .middle-box .left-box .income-swiper .swiper-slide .line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 3px;
  background-color: #2050a2;
}
#about.page-about .middle-box .left-box .income-swiper .swiper-slide .year {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#about.page-about .middle-box .oppress {
  width: 45%;
  height: 484px;
}
@media (max-width: 1480px) {
  #about.page-about .top-box .same-title .title {
    font-size: 80px;
  }
}
@media (max-width: 800px) {
  #about.page-about {
    padding-top: 50px;
    background-position: 85% 5%;
  }
  #about.page-about .top-box {
    padding: 35px 0 ;
    margin-bottom: 35px;
  }
  #about.page-about .top-box .same-title .title {
    font-size: 40px;
  }
  #about.page-about .same-bottom-info {
    flex-wrap: wrap;
  }
  #about.page-about .same-bottom-info .left-box {
    width: 100%;
  }
  #about.page-about .same-bottom-info .text-node {
    width: 100%;
    margin-top: 30px;
  }
  #about.page-about .middle-box {
    background-position: center center;
    flex-wrap: wrap;
  }
  #about.page-about .middle-box .left-box {
    width: 100%;
    height: 420px;
    position: relative;
  }
  #about.page-about .middle-box .left-box .top .title {
    margin-bottom: 20px;
  }
  #about.page-about .middle-box .left-box .income-swiper {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #about.page-about .middle-box .oppress {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  #about.page-about.page-policy .top-box {
    padding-top: 20px;
  }
}
#about.page-team .top-box {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#about.page-team .top-box .swiper-change {
  position: absolute;
  top: 140px;
  right: 0;
  width: 11%;
}
#about.page-team .teamSwiper {
  height: 485px;
  padding-right: 4.2%;
  padding-top: 100px;
}
#about.page-team .teamSwiper .swiper-slide {
  width: 20%;
  transition: all 0.4s ease;
}
#about.page-team .teamSwiper .swiper-slide:nth-of-type(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#about.page-team .teamSwiper .swiper-slide a {
  height: 100%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box;
}
#about.page-team .teamSwiper .swiper-slide a .info {
  position: absolute;
  top: 74px;
  left: -50%;
  opacity: 0;
}
#about.page-team .teamSwiper .swiper-slide a .info .icon-box {
  margin: 100px 0 110px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
#about.page-team .teamSwiper .swiper-slide a .info .number {
  position: relative;
  padding: 0 25px ;
  display: inline-block;
}
#about.page-team .teamSwiper .swiper-slide a .info .number .current {
  position: absolute;
  top: -16px;
  left: 0;
}
#about.page-team .teamSwiper .swiper-slide a .info .number .total {
  position: absolute;
  bottom: -10px;
  right: 0;
}
#about.page-team .teamSwiper .swiper-slide a .info .number span:nth-of-type(2),
#about.page-team .teamSwiper .swiper-slide a .info .number .total {
  color: rgba(0, 0, 0, 0.4);
}
#about.page-team .teamSwiper .swiper-slide a .people {
  width: 100%;
  height: 100%;
  align-items: flex-end;
  transition: all 0.4s ease;
}
#about.page-team .teamSwiper .swiper-slide a .people img {
  max-width: 76%;
  max-height: 100%;
  transition: all 0.4s ease;
}
#about.page-team .teamSwiper .swiper-slide.swiper-slide-active {
  width: 38%;
}
#about.page-team .teamSwiper .swiper-slide.swiper-slide-active a {
  overflow: visible;
  padding: 74px 110px 0;
}
#about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .info {
  left: 60px;
  opacity: 1;
}
#about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .people {
  justify-content: flex-end;
  margin-top: -70px;
}
#about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .people img {
  max-width: 100%;
  transform: scale(1.42);
}
@media (max-width: 1680px) {
  #about.page-team .top-box .swiper-change {
    width: 14%;
  }
}
@media (max-width: 1480px) {
  #about.page-team .teamSwiper {
    height: 440px;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active a {
    padding: 74px 60px 0;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .info {
    left: 60px;
    opacity: 1;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .people {
    margin-top: -60px;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .people img {
    max-width: 100%;
    transform: scale(1.32);
  }
}
@media (max-width: 1280px) {
  #about.page-team .top-box .swiper-change {
    width: 18%;
  }
}
@media (max-width: 800px) {
  #about.page-team .top-box .swiper-change {
    width: 50%;
  }
  #about.page-team .teamSwiper {
    height: 350px;
    padding-right: 0;
    padding-top: 180px;
  }
  #about.page-team .teamSwiper .swiper-slide {
    width: 100%;
  }
  #about.page-team .teamSwiper .swiper-slide:nth-of-type(1) {
    border-left: none;
  }
  #about.page-team .teamSwiper .swiper-slide a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  #about.page-team .teamSwiper .swiper-slide a .info .icon-box {
    margin: 60px 0 ;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active {
    width: 100%;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active a {
    padding: 64px 50px 0;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .info {
    left: 20px;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .people {
    margin-top: -60px;
  }
  #about.page-team .teamSwiper .swiper-slide.swiper-slide-active a .people img {
    max-width: 100%;
    transform: scale(1.42);
  }
}
#about.page-culture {
  background-position: 85% 8%;
}
#about.page-culture .top-main {
  background-image: url('../images/bg10.png');
  background-size: 1170px 405px;
  background-repeat: no-repeat;
  background-position: 98% bottom;
}
#about.page-culture .top-box {
  margin-bottom: 0;
}
#about.page-culture .same-bottom-info {
  align-items: flex-end;
}
#about.page-culture .same-bottom-info .left-box {
  width: 60%;
}
#about.page-culture .same-bottom-info .left-box .sub-title {
  margin: 90px 0 70px;
}
#about.page-culture .same-bottom-info .text-node {
  width: 100%;
}
#about.page-culture .middle-content .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#about.page-culture .middle-content .row .years-box {
  width: 30%;
  padding: 0 60px;
  box-sizing: border-box;
}
#about.page-culture .middle-content .row .years-box .year {
  font-size: 55px;
}
#about.page-culture .middle-content .row .years-box .year .line {
  font-size: 36px;
  margin: -10px 15px 0;
}
#about.page-culture .middle-content .row .years-box .tag {
  margin-top: -26px;
  margin-left: 15px;
}
#about.page-culture .middle-content .row .text-node {
  width: 70%;
  padding: 52px 90px;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#about.page-culture .middle-oppress {
  width: 100%;
  height: 550px;
  margin: 110px 0 120px;
}
#about.page-culture .bottom-box .same-bottom-info {
  align-items: flex-start;
}
#about.page-culture .bottom-box .same-bottom-info .pic {
  width: 30%;
  height: 635px;
  background-color: #fff;
}
#about.page-culture .bottom-box .same-bottom-info .pic img {
  max-width: 100%;
}
#about.page-culture .bottom-box .same-bottom-info .left-box {
  width: 65%;
}
#about.page-culture .bottom-box .same-bottom-info .left-box .sub-title {
  margin-top: 0;
  margin-bottom: 45px;
}
#about.page-culture .bottom-box .same-bottom-info .left-box .middle-content {
  margin-top: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row:last-child {
  border-bottom: none;
}
#about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row .years-box {
  width: 18%;
  padding: 42px 0;
}
#about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row .years-box .year {
  font-size: 40px;
}
#about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row .years-box .tag {
  margin-top: 0;
}
#about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row .text-node {
  width: 82%;
  padding: 42px 0;
  border-left: none;
}
@media (max-width: 1480px) {
  #about.page-culture .middle-content .row .years-box {
    padding: 0 40px;
  }
  #about.page-culture .middle-content .row .years-box .year {
    font-size: 50px;
  }
  #about.page-culture .middle-content .row .years-box .year .line {
    font-size: 30px;
    margin: -10px 10px 0;
  }
  #about.page-culture .middle-content .row .years-box .year .tag {
    margin-left: 10px;
  }
  #about.page-culture .middle-content .row .text-node {
    padding: 52px 60px;
  }
}
@media (max-width: 1280px) {
  #about.page-culture .middle-content .row .years-box {
    padding: 0 30px;
  }
  #about.page-culture .middle-content .row .years-box .year {
    font-size: 40px;
  }
  #about.page-culture .middle-content .row .years-box .year .line {
    font-size: 20px;
    margin: -10px 10px 0;
  }
  #about.page-culture .middle-content .row .years-box .year .tag {
    margin-left: 5px;
  }
  #about.page-culture .middle-content .row .text-node {
    padding: 52px 40px;
  }
  #about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row .years-box {
    width: 22%;
  }
  #about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row .text-node {
    width: 78%;
  }
}
@media (max-width: 800px) {
  #about.page-culture .top-main {
    background-size: 100% 180px;
  }
  #about.page-culture .same-bottom-info {
    align-items: flex-end;
  }
  #about.page-culture .same-bottom-info .left-box {
    width: 100%;
  }
  #about.page-culture .same-bottom-info .left-box .sub-title {
    margin: 30px 0 ;
  }
  #about.page-culture .same-bottom-info .text-node {
    width: 100%;
    margin-bottom: 40px;
  }
  #about.page-culture .middle-content .row {
    flex-wrap: wrap;
  }
  #about.page-culture .middle-content .row .years-box {
    width: 100%;
    padding: 40px 20px 0;
  }
  #about.page-culture .middle-content .row .years-box .year {
    font-size: 30px;
  }
  #about.page-culture .middle-content .row .years-box .year .line {
    font-size: 14px;
    margin: -4px 5px 0;
  }
  #about.page-culture .middle-content .row .years-box .year .tag {
    margin-left: 0;
  }
  #about.page-culture .middle-content .row .text-node {
    width: 100%;
    padding: 20px 20px 40px;
    border-left: none;
  }
  #about.page-culture .middle-oppress {
    width: 100%;
    height: 400px;
    margin: 50px 0 ;
  }
  #about.page-culture .bottom-box .same-bottom-info {
    flex-wrap: wrap;
  }
  #about.page-culture .bottom-box .same-bottom-info .pic {
    width: 100%;
    height: 500px;
  }
  #about.page-culture .bottom-box .same-bottom-info .left-box {
    width: 100%;
  }
  #about.page-culture .bottom-box .same-bottom-info .left-box .sub-title {
    margin-top: 35px;
    margin-bottom: 0;
  }
  #about.page-culture .bottom-box .same-bottom-info .left-box .text-node {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  #about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row .years-box {
    width: 100%;
    padding-bottom: 0;
  }
  #about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row .text-node {
    padding: 0 0 20px;
  }
  #about.page-culture .bottom-box .same-bottom-info .left-box .middle-content .row:last-child .text-node {
    padding: 0;
    margin-bottom: 0;
  }
}
#global {
  background-image: url('../images/bg4.jpg');
  position: relative;
  height: 920px;
}
#global .left-box .more {
  margin-top: 74px;
}
#global .map {
  margin-top: 30px;
}
#global .map .item .cls-2,
#global .map .item .cls-5 {
  fill: #fff;
}
#global .map .item .cls-2,
#global .map .item .cls-3 {
  fill-rule: evenodd;
  transition: all 0.4s ease;
}
#global .map .item .cls-3 {
  fill: #b6a897;
}
#global .map .item .cls-4 {
  fill: rgba(182, 168, 151, 0.5);
}
#global .map .item .cls-5 {
  font-size: 12px;
}
#global .map .item .cls-3,
#global .map .item .cls-4,
#global .map .item .cls-5 {
  opacity: 0;
  transition: all 0.4s ease;
}
#global .map .item.on .cls-2 {
  opacity: 0;
}
#global .map .item.on .cls-3,
#global .map .item.on .cls-4,
#global .map .item.on .cls-5 {
  opacity: 1;
}
#global .map-items {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(32, 80, 162, 0.8);
  padding: 78px 100px;
  width: 47%;
  box-sizing: border-box;
  -webkit-clip-path: polygon(94% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(94% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
}
#global .map-items .lists {
  margin-top: 10px;
}
#global .map-items .lists .item {
  line-height: 1.6;
  width: 28%;
  padding-bottom: 20px;
  margin-top: 50px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease;
}
#global .map-items .lists .item.on {
  color: #b6a897;
  border-bottom: 1px solid #b6a897;
}
@media (max-width: 1680px) {
  #global .map {
    width: 62%;
  }
}
@media (max-width: 1580px) {
  #global .map-items {
    width: 50%;
    padding: 48px 60px;
  }
}
@media (max-width: 800px) {
  #global {
    height: 900px;
  }
  #global .left-box .more {
    margin-top: 34px;
  }
  #global .main {
    flex-wrap: wrap;
  }
  #global .map {
    width: 100%;
    height: 200px;
  }
  #global .map-items {
    width: 100%;
    padding: 48px 30px;
    -webkit-clip-path: polygon(95% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(95% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
  }
  #global .map-items .lists {
    margin-top: 10px;
  }
  #global .map-items .lists .item {
    line-height: 1.4;
    width: 47%;
    padding-bottom: 20px;
    margin-top: 30px;
  }
}
#about.global {
  background-position: 85% 30%;
}
#about.global .search-box {
  width: 450px;
  height: 68px;
  padding: 0 30px;
  background-color: #f7fafe;
  box-sizing: border-box;
  position: relative;
}
#about.global .search-box form {
  height: 100%;
}
#about.global .search-box .content {
  flex: 1;
}
#about.global .search-box .content label input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
#about.global .search-box .content label input::placeholder {
  font-size: 12px;
}
#about.global .search-box .search {
  cursor: pointer;
}
#about.global .search-box .ul{
    background-color: #f7fafe;
    width: 100%;
    padding: 20px ;
    box-sizing: border-box;
    position: absolute;
    top: 75px;
    left: 0px;
    z-index: 1000;
}
#about.global .search-box .ul li {
  margin-bottom: 14px;
}
#about.global .search-box .ul li .pic {
  width: 55px;
  height: 35px;
  margin-right: 14px;
}
#about.global .search-box .ul li .pic img {
  width: 100%;
  height: 100%;
}
#about.global .search-box .ul li span {
  transition: all 0.3s linear;
}
#about.global .search-box .ul li:hover {
  color: #2050a2;
}
#about.global .search-box .ul li:hover span {
  padding-bottom: 2px;
  border-bottom: 2px solid #2050a2;
}
#about.global .top-box {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 40px;
}
#about.global .earth-box .earth-map {
  position: relative;
  display: inline-block;
}
#about.global .earth-box .earth-map .icon {
  position: absolute;
  right: 20%;
  bottom: 45%;
  animation: moveup 3s linear infinite;
}
@keyframes moveup {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 10px);
    /* 可配置跳动方向 */
  }
  100% {
    transform: translate(0px, 0px);
  }
}
#about.global .earth-box .country-box {
  min-height: 600px;
  background-image: url('../images/bg8.png');
  background-size: 678px 569px;
  background-repeat: no-repeat;
  background-position: left bottom;
  /*padding-left: 60%;*/
  padding-left: 10%;
  padding-bottom: 85px;
  margin-left: -6%;
  margin-top: -160px;
  position: relative;
  z-index: 9;
}
#about.global .earth-box .country-box .country-lists .item {
  width: 50%;
}
#about.global .earth-box .country-box .country-lists .item .title {
  margin-bottom: 30px;
}
#about.global .earth-box .country-box .country-lists .item .ul li {
  margin-bottom: 14px;
}
#about.global .earth-box .country-box .country-lists .item .ul li .pic {
  width: 55px;
  height: 35px;
  margin-right: 14px;
}
#about.global .earth-box .country-box .country-lists .item .ul li .pic img {
  width: 100%;
  height: 100%;
}
#about.global .earth-box .country-box .country-lists .item .ul li span {
  transition: all 0.3s linear;
  max-width:70%;
}
#about.global .earth-box .country-box .country-lists .item .ul li:hover {
  color: #2050a2;
}
#about.global .earth-box .country-box .country-lists .item .ul li:hover span {
  padding-bottom: 2px;
  border-bottom: 2px solid #2050a2;
}
@media (max-width: 1680px) {
  #about.global .earth-box .country-box {
    /*padding-left: 50%;*/
  }
}
@media (max-width: 1480px) {
  #about.global .earth-box .country-box {
    /*padding-left: 40%;*/
  }
}
@media (max-width: 800px) {
  #about.global {
    background-position: 85% 5%;
  }
  #about.global .top-box {
    flex-wrap: wrap;
  }
  #about.global .search-box {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    margin-top: 20px;
  }
  #about.global .earth-box .country-box {
    min-height: auto;
    background-size: 100% 369px;
    background-position: left bottom;
    padding-left: 0;
    padding-bottom: 45px;
    margin-left: 0;
    margin-top: 0;
  }
  #about.global .earth-box .country-box .country-lists {
    flex-wrap: wrap;
  }
  #about.global .earth-box .country-box .country-lists .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #about.global .earth-box .country-box .country-lists .item .title {
    margin-bottom: 20px;
  }
  #about.global .earth-box .country-box .country-lists .item .ul li {
    margin-bottom: 10px;
  }
  #about.global .earth-box .country-box .country-lists .item .ul li .pic {
    width: 45px;
    height: 30px;
    margin-right: 10px;
  }
  #about.global .search-box .ul{
    top: 55px;
}
#about.global .search-box .ul li {
  margin-bottom: 10px;
}
#about.global .search-box .ul li .pic {
 width: 45px;
    height: 30px;
    margin-right: 10px;
}
}
.global-details {
  padding-top: 68px;
}
.global-details .details-box .top .left-box {
  width: 49%;
}
.global-details .details-box .top .left-box .same-title .title {
  font-size: 70px;
}
.global-details .details-box .top .oppress {
  width: 47%;
  height: 420px;
}
.global-details .details-box .info ul {
  margin: 60px 0 ;
}
.global-details .details-box .info ul .item {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  margin-right: 70px;
}
.global-details .details-box .info ul .item .name {
  position: relative;
  padding-left: 14px;
  opacity: 0.8;
  margin-right: 8px;
}
.global-details .details-box .info ul .item .name::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
.global-details .details-box .spe-info {
  padding: 80px 0 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.global-details .details-box .spe-info ul {
  margin: 30px 0 0;
}
.global-details .details-box .spe-info ul .item{
    margin-bottom: 0;
}
.global-details .details-box .spe-info ul .photo-item .photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .global-details {
    padding-top: 50px;
  }
  .global-details .details-box .top {
    flex-wrap: wrap;
  }
  .global-details .details-box .top .left-box {
    width: 100%;
  }
  .global-details .details-box .top .left-box .same-title {
    margin-bottom: 30px;
  }
  .global-details .details-box .top .left-box .same-title .title {
    font-size: 40px;
  }
  .global-details .details-box .top .oppress {
    width: 100%;
    height: 420px;
    margin-top: 30px;
  }
  .global-details .details-box .info ul {
    margin: 50px 0 30px;
  }
  .global-details .details-box .info ul .item {
    align-items: flex-start;
    margin-bottom: 24px;
    margin-right: 20px;
  }
  .global-details .details-box .info ul .item .name::after {
    top: 6px;
  }
  .global-details .details-box .spe-info {
  padding: 50px 0 30px;
}
.global-details .details-box .spe-info ul {
  margin: 30px 0 0;
}
.global-details .details-box .spe-info ul .photo-item{
    align-items: center;
}
}
#news .top-box {
  padding-bottom: 40px;
  background-color: #fff;
  margin-bottom: 20px;
}
#news .news-swiper {
  width: 93.6%;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
#news .news-box a {
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
#news .news-box a .title {
  opacity: 0.9;
}
#news .news-box a .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9eef2;
  transition: all 0.4s ease;
}
#news .news-box a:hover .icon-box {
  color: #fff;
  background-color: #b6a897;
}
#news .news-box .left-news,
#news .news-box .right-news {
  width: 49.5%;
}
#news .news-box .left-news {
  height: 526px;
}
#news .news-box .left-news a {
  padding: 60px 38% 32px 78px;
}
#news .news-box .left-news a .date {
  margin: 40px 0 72px;
}
#news .news-box .left-news a .oppress {
  width: 100%;
  height: 252px;
}
#news .news-box .left-news a .icon-box {
  position: absolute;
  bottom: 32px;
  right: 78px;
}
#news .news-box .right-news .ul li {
  width: 49%;
  height: 252px;
  margin-bottom: 20px;
}
#news .news-box .right-news .ul li a {
     color: #fff;
  padding: 60px 58px 32px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
#news .news-box .right-news .ul li a .active-icon,
#news .news-box .right-news .ul li a .title,#news .news-box .right-news .ul li a .bottom {
  position: relative;
  z-index: 9;
}
#news .news-box .right-news .ul li a .oppress {
  opacity: 1;
  transition: all 0.4s ease;
}
#news .news-box .right-news .ul li a .icon-box {
  color: #fff;
  background-color: #b6a897;
}
/*#news .news-box .right-news .ul li a .active-icon {*/
/*  display: none;*/
/*}*/
#news .news-box .right-news .ul li a .active-icon > div {
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding-left: 2px;
  box-sizing: border-box;
}
#news .news-box .right-news .ul li a:hover {
  color: #fff;
  -webkit-clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}
#news .news-box .right-news .ul li a::after{
    opacity: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
#news .news-box .right-news .ul li a:hover::after{
    opacity: 1;
    
}
#news .news-box .right-news .ul li a:hover .oppress {
  opacity: 1;
}
#news .news-box .right-news .ul li a:hover .bottom {
  /*display: none;*/
}
#news .news-box .right-news .ul li a .active-icon {
  display: block;
}
@media (max-width: 1680px) {
  #news .news-swiper {
    width: 92.4%;
  }
}
@media (max-width: 1480px) {
  #news .news-swiper {
    width: 93%;
  }
  #news .news-box .right-news .ul li a {
    
  padding: 50px 38px 22px;
  }
}
@media (max-width: 800px) {
  #news .news-swiper {
    width: 100%;
  }
  #news .news-box {
    flex-wrap: wrap;
  }
  #news .news-box a {
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    height: 100%;
  }
  #news .news-box a .title {
    opacity: 0.9;
  }
  #news .news-box a .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9eef2;
    transition: all 0.4s ease;
  }
  #news .news-box a:hover .icon-box {
    color: #fff;
    background-color: #b6a897;
  }
  #news .news-box .left-news,
  #news .news-box .right-news {
    width: 100%;
  }
  #news .news-box .left-news {
    height: auto;
  }
  #news .news-box .left-news a {
    padding: 30px ;
  }
  #news .news-box .left-news a .date {
    margin: 20px 0 32px;
  }
  #news .news-box .left-news a .oppress {
    height: 250px;
  }
  #news .news-box .left-news a .icon-box {
    display: none;
  }
  #news .news-box .right-news {
    margin-top: 20px;
  }
  #news .news-box .right-news .ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #news .news-box .right-news .ul li a {
    padding: 30px ;
  }
}
.same-tab {
  margin-top: 85px;
}
.same-tab .item {
  width: 118px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  margin-right: 10px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  transition: all 0.4s ease;
}
.same-tab .item:hover,
.same-tab .item.active,
.same-tab .item.on {
  opacity: 1;
  color: #fff;
  background-color: #2050a2;
  border-radius: 0;
  -webkit-clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 800px) {
  .same-tab {
    margin-top: 25px;
  }
  .same-tab .item {
    height: 40px;
    line-height: 40px;
  }
}
#partner {
  background-image: url('../images/bg5.png');
  background-size: 1600px 890px;
  background-repeat: no-repeat;
  background-position: left 240%;
}
#partner .partnerSwiper {
  margin-top: 77px;
  width: 100%;
   /*max-height: 764px;*/
   /* overflow-y: auto;*/
  position: relative;
  
  padding-bottom: 100px;
}
#partner .partnerSwiper .swiper-wrapper{
    width: 100%;
   
}
#partner .partnerSwiper .swiper-slide {
    width: 19.9%;
  height: 254px;
  overflow: hidden;
  
  
}
#partner .partnerSwiper .swiper-slide:nth-of-type(1),
#partner .partnerSwiper .swiper-slide:nth-of-type(2),
#partner .partnerSwiper .swiper-slide:nth-of-type(3),
#partner .partnerSwiper .swiper-slide:nth-of-type(4),
#partner .partnerSwiper .swiper-slide:nth-of-type(5){
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#partner .partnerSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#partner .partnerSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}


#partner .partnerSwiper .swiper-slide:nth-of-type(5n){
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#partner .partnerSwiper .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
#partner .partnerSwiper .swiper-slide .logo {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#partner .partnerSwiper .swiper-slide .logo img {
  display: block;
  max-width: 100%;
  max-height: 80%;
}
#partner .partnerSwiper .swiper-change {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 20%;
  height: 264px;
  background-color: #fff;
  z-index: 99;
}
#partner .partnerSwiper .swiper-change .swiper-button-next,
#partner .partnerSwiper .swiper-change .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 65%;
}
#partner .partnerSwiper .swiper-change .swiper-button-prev,
#partner .partnerSwiper .swiper-change .swiper-rtl .swiper-button-next {
  left: 35%;
  right: auto;
}
@media (max-width: 1080px) {
  #partner .partnerSwiper {
    width: 100%;
  }
  #partner .partnerSwiper .swiper-change {
    width: 33.33%;
  }
}
@media (max-width: 800px) {
  #partner {
    background-size: 100% 490px;
    background-position: left 250%;
  }
  #partner .partnerSwiper {
    
    margin-top: 30px;
  }
  #partner .partnerSwiper {
   /*max-height: 303px;*/
  
  padding-bottom: 40px;
}

  #partner .partnerSwiper .swiper-slide {
    width: 33%;
  height: 100px;
  
  
}

#partner .partnerSwiper .swiper-slide:nth-of-type(4),
#partner .partnerSwiper .swiper-slide:nth-of-type(5){
    border-top: none;
}

#partner .partnerSwiper .swiper-slide:nth-of-type(5n){
    border-right: none;
}
#partner .partnerSwiper .swiper-slide:last-child{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#partner .partnerSwiper .swiper-slide:nth-of-type(3n){
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
  #partner .partnerSwiper .swiper-change {
    width: 50%;
    height: 50px;
  }
}
.partner-info {
  margin-top: 68px;
}
.partner-info .datum {
  position: relative;
  padding-left: 60px;
  margin-left: 60px;
}
.partner-info .datum::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.partner-info .datum .bahns {
  font-size: 72px;
}
@media (max-width: 800px) {
  .partner-info {
    margin-top: 35px;
  }
  .partner-info .datum {
    padding-left: 30px;
    margin-left: 30px;
  }
  .partner-info .datum .bahns {
    font-size: 42px;
  }
}
#partner.page-partner {
  background-image: none;
}
#partner.page-partner .main {
  padding-right: 0;
  max-width: 88.8%;
}
#partner.page-partner .top {
  position: relative;
}
#partner.page-partner .top .swiper-change {
  position: absolute;
  top: 0;
  right: 100px;
  width: 11%;
}
#partner.page-partner .partnerSwiper {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
}
#partner.page-partner .partnerSwiper .swiper-slide {
  height: 254px;
}
@media (max-width: 1480px) {
  #partner.page-partner .top .swiper-change {
    width: 15%;
  }
}
@media (max-width: 800px) {
  #partner.page-partner .top .swiper-change {
    width: 55%;
    right: 0;
  }
  #partner.page-partner .partnerSwiper .swiper-slide {
    height: 150px;
  }
}
#about.partner-panel {
  background-position: 85% 30%;
}
#about.partner-panel .partner-info {
  margin-top: 100px;
}
#about.partner-panel .partner-lists {
  margin: 90px 0 70px;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#about.partner-panel .partner-lists .item {
  width: 20%;
  height: 252px;
  overflow: hidden;
  position: relative;
}
#about.partner-panel .partner-lists .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#about.partner-panel .partner-lists .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#about.partner-panel .partner-lists .item a {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
#about.partner-panel .partner-lists .item .logo {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about.partner-panel .partner-lists .item .logo img {
  display: block;
  max-width: 100%;
  max-height: 80%;
}
#about.partner-panel .load-more .icon {
  margin-right: 10px;
}
@media (max-width: 1080px) {
  #about.partner-panel {
    background-position: 85% 5%;
  }
  #about.partner-panel .partner-info {
    margin-top: 40px;
  }
  #about.partner-panel .partner-lists {
    margin: 40px 0 ;
  }
  #about.partner-panel .partner-lists .item {
    width: 50%;
    height: 120px;
  }
  #about.partner-panel .partner-lists .item .logo {
    width: 90%;
  }
}
#crumbs .ul a,
#crumbs .ul .split {
  font-size: 12px;
  opacity: 0.8;
}
#crumbs .split {
  margin: 0 0.6em;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch:hover > a span {
  text-decoration: underline;
}
@media (max-width: 800px) {
  #crumbs {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.about-middle .title {
  font-size: 40px;
}
.about-middle .honors .honors-lists {
  margin: 66px 0 70px;
}
.about-middle .honors .honors-lists .item {
  width: 31.5%;
  height: 300px;
  background-color: #fff;
}
.about-middle .honors .honors-lists .item .pic {
  width: 100%;
  height: 100%;
}
.about-middle .honors .honors-lists .item .pic img {
  max-width: 85%;
  max-height: 90%;
}
.about-middle .honors .text-node p {
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
}
.about-middle .honors .text-node p::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 800px) {
  .about-middle .title {
    font-size: 30px;
  }
  .about-middle .honors .honors-lists {
    margin: 30px 0 20px;
    flex-wrap: wrap;
  }
  .about-middle .honors .honors-lists .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-middle .honors .text-node p {
    margin-bottom: 15px;
  }
  .about-middle .honors .text-node p::after {
    top: 8px;
  }
}
#development .gallery {
  margin: 80px auto 0;
  width: 82%;
}
#development .gallery .swiper-slide {
  padding-top: 60px;
}
#development .gallery .swiper-slide .year {
  font-size: 120px;
  position: absolute;
  top: 0;
  left: 40%;
  z-index: 9;
}
#development .gallery .swiper-slide .oppress {
  width: 45%;
  height: 400px;
}
#development .gallery .swiper-slide .info {
  width: 50%;
}
#development .gallery .swiper-slide .info p {
  position: relative;
  margin-top: 18px;
  padding-left: 20px;
}
#development .gallery .swiper-slide .info p::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  border-width: 2px;
  border-color: #1e1a13;
  border-style: solid;
  border-radius: 50%;
  background-color: #fff;
}
#development .thumb {
  padding-top: 32px;
  position: relative;
  margin-top: 80px;
}
#development .thumb::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
}
#development .thumb .swiper-slide {
  width: 10%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#development .thumb .swiper-slide::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide .char {
  position: relative;
  opacity: 0.7;
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide.swiper-slide-thumb-active::after {
  background-color: #2050a2;
}
#development .thumb .swiper-slide.swiper-slide-thumb-active .char {
  color: #2050a2;
  opacity: 1;
}
#development .bottom-swiper {
  position: relative;
}
#development .bottom-swiper .swiper-change {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  #development .bottom-swiper {
    position: relative;
  }
  #development .bottom-swiper .swiper-change {
    width: 118%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #development .gallery {
    margin: 40px auto 0;
    width: 80%;
  }
  #development .gallery .swiper-slide {
    padding-top: 40px;
  }
  #development .gallery .swiper-slide .year {
    font-size: 60px;
    left: 30%;
  }
  #development .gallery .swiper-slide .content {
    flex-wrap: wrap;
  }
  #development .gallery .swiper-slide .oppress {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
  #development .gallery .swiper-slide .info {
    width: 100%;
  }
  #development .thumb {
    margin-top: 40px;
  }
  #development .thumb .swiper-slide {
    width: 32%;
  }
  #development .thumb .swiper-slide.swiper-slide-thumb-active {
    font-size: 20px;
  }
}
.contact-box {
  background-image: url('../images/please-contact.jpg');
  padding-right: 10%;
}
.contact-box .title {
  font-size: 48px;
  margin-top: 30px;
}
.contact-box a {
  margin: 50px auto 30px;
  width: 180px;
  height: 50px;
  background-color: #2050a2;
  text-align: center;
  line-height: 50px;
  -webkit-clip-path: polygon(94% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(94% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}
.contact-box a:hover {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 800px) {
  .contact-box {
    padding-right: 0;
  }
  .contact-box .title {
    font-size: 30px;
    margin-top: 20px;
  }
  .contact-box a {
    margin: 30px auto 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
}
.same-link-btn {
  display: inline-block;
  padding: 0 40px;
  background-color: #2050a2;
  line-height: 50px;
  -webkit-clip-path: polygon(94% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(94% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}
.same-link-btn:hover {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
.top-service-lists {
  padding: 68px 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-service-lists .list .item {
  text-align: center;
  width: 16.66%;
}
.top-service-lists .list .item .icon {
  margin-bottom: 38px;
}
.top-service-lists .list .item .icon img {
  filter: brightness(0.2);
  opacity: 0.5;
}
.top-service-lists .list .item.active,
.top-service-lists .list .item:hover {
  color: #2050a2;
}
.top-service-lists .list .item.active .title ,
.top-service-lists .list .item:hover .title {
  opacity: 1;
}
.top-service-lists .list .item.active .icon img,
.top-service-lists .list .item:hover .icon img {
  filter: none;
  opacity: 1;
}
@media (max-width: 800px) {
  .top-service-lists {
    padding: 60px 0 50px;
  }
  .top-service-lists .list {
    flex-wrap: wrap;
  }
  .top-service-lists .list .item {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }
  .top-service-lists .list .item .icon {
    margin-bottom: 20px;
  }
}
.same-bottom-info .left-box .sub-title {
  font-size: 40px;
}
.same-bottom-info .left-box .scroll-down {
  width: 20px;
}
@media (max-width: 800px) {
  .same-bottom-info .left-box .sub-title {
    font-size: 30px;
  }
  .same-bottom-info .left-box .scroll-down {
    display: none;
  }
}
#team {
  background-color: #f7fafe;
  padding: 20px 0;
}
#team .same-ul {
  margin-top: 65px;
  height: 640px;
  overflow: hidden;
  transition: all 1s ease;
}
@media (max-width: 800px) {
  #team .same-ul {
    margin-top: 45px;
  }
}
#team .same-ul .item .info {
  padding: 40px 0 10px;
}
#team .same-ul .item .info .name {
  margin-bottom: 25px;
}
#team .same-ul .item .info .row span {
  margin-right: 8px;
}
#team .same-ul .item .info .row p {
  flex: 1;
}
#team .same-ul .item .info .desc .row {
  margin-top: 10px;
}
@media (max-width: 800px) {
  #team .same-ul .item .info {
    padding: 30px 0 10px;
  }
}
#team .load-more{
    cursor: pointer;
    margin-top: 20px;
}
#team .load-more .icon-box {
  width: 64px;
  height: 64px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 50%;
  margin-left: 20px;
}
.same-ul {
  margin-right: -2.5%;
}
.same-ul .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px 33px;
  box-sizing: border-box;
  width: 30.5%;
  min-height: 600px;
  transition: all 0.4s ease;
  margin-right: 2.5%;
  margin-bottom: 46px;
}
.same-ul .item .pic {
  width: 100%;
  height: 360px;
  -webkit-clip-path: polygon(88% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(88% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  transition: all 0.4s ease;
}
.same-ul .item:hover {
  border: 1px solid #2050a2;
}
.same-ul .item:hover .pic {
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 1480px) {
  .same-ul .item {
    padding: 25px 20px;
    min-height: 500px;
  }
  .same-ul .item .pic {
    height: 300px;
  }
}
@media (max-width: 800px) {
  .same-ul {
    margin-right: 0;
  }
  .same-ul .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    min-height: 480px;
  }
}
#team.page-team {
  padding: 0;
}
#team.page-team .ul {
  margin-top: 0;
}
.page-news .same-ul .item {
  min-height: auto;
}
.page-news .same-ul .item .pic {
  width: 100%;
  height: 250px;
}
.page-news .same-ul .item .title {
  margin: 35px 0 40px;
}
.page-news .same-ul .item .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-news .same-ul .item:hover .icon-box {
  color: #fff;
  background-color: #b6a897;
}
.page-news .same-ul .item.video-item .pic {
  position: relative;
}
.page-news .same-ul .item.video-item .pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-news .same-ul .item.video-item .pic .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 9;
  font-size: 12px;
  padding-left: 4px;
  box-sizing: border-box;
}
.page-news .same-ul .item.video-item.on  .pic::after,.page-news .same-ul .item.video-item.on  .pic .play-icon  {
  display: none;
}
.page-news .same-ul .item.video-item.on {
    border: 1px solid #2050a2;
}
.page-news .same-ul .item.video-item.on  .pic{
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
}
.page-news .same-ul .item.video-item.on .icon-box {
    color: #fff;
    background-color: #b6a897;
}
.page-news .news-swiper {
  padding-bottom: 50px;
}
.page-news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  opacity: 1;
}
.page-news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 4px;
  background-color: #2050a2;
}
.page-news .news-lists {
  margin-top: 60px;
}
.page-news .news-lists .spe-item {
  background-image: url('../images/line4.jpg');
  background-position: right 90%;
  background-repeat: no-repeat;
  background-size: 306px 310px;
  position: relative;
}
.page-news .news-lists .spe-item .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 33px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .page-news .news-lists {
    margin-top: 30px;
  }
  .page-news .news-lists .spe-item {
    min-height: 500px;
  }
  .page-news .news-lists .spe-item .title {
    margin-top: 20px;
  }
  .page-news .news-lists .spe-item .bottom {
    padding: 25px 20px;
  }
}
#about.page-people {
  background-position: 85% 22%;
}
#about.page-people .people-details .pic {
  width: 40%;
  height: 730px;
}
#about.page-people .people-details .pic img {
  max-height: 100%;
}
#about.page-people .people-details .right-info {
  width: 53%;
  padding-bottom: 30px;
}
#about.page-people .people-details .right-info .name {
  font-size: 100px;
  margin-bottom: 30px;
}
#about.page-people .people-details .right-info .text-node {
  margin: 0;
}
#about.page-people .people-details2 .pic {
  width: 50%;
}
#about.page-people .people-details2 .right-info {
  width: 45%;
  padding-bottom: 0;
}
#about.page-people .people-details2 .right-info .photo {
  max-width: 60%;
  /*height: 366px;*/
  /*width: 320px;*/
  /*height: 366px;*/
}
#about.page-people .people-details2 .right-info .photo img {
  width: 100%;
  height: 100%;
}
#about.page-people .people-details2 .right-info .name {
  font-size: 60px;
  margin: 40px 0 10px;
}
#about.page-people .people-details2 .right-info .title {
  margin: 50px 0 60px;
  position: relative;
}
#about.page-people .people-details2 .right-info .title::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 30%;
  width: 40%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#about.page-people .btn-box {
  margin-top: 20px;
  padding: 116px 0 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#about.page-people .btn-box a:hover {
  opacity: 1;
}
#about.page-people .btn-box a:hover .bold {
  color: #2050a2;
}
@media (max-width: 1480px) {
  #about.page-people .people-details .pic {
    width: 45%;
    height: 600px;
  }
  #about.page-people .people-details .right-info .name {
    font-size: 80px;
    margin-bottom: 20px;
  }
  #about.page-people .btn-box {
    padding: 86px 0 80px;
  }
  #about.page-people .people-details2 .right-info .title::after {
    right: 20%;
  }
}
@media (max-width: 800px) {
  #about.page-people .people-details {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  #about.page-people .people-details .pic {
    width: 100%;
    height: 400px;
  }
  #about.page-people .people-details .right-info {
    width: 100%;
    margin-top: 30px;
  }
  #about.page-people .people-details .right-info .name {
    font-size: 50px;
    margin-bottom: 10px;
  }
  #about.page-people .people-details .right-info .text-node {
    margin: 30px 0;
  }
  #about.page-people .btn-box {
    padding: 46px 0 ;
  }
  #about.page-people .btn-box a {
    width: 50%;
  }
  #about.page-people .btn-box a.back {
    display: none;
  }
  #about.page-people .people-details2 .pic {
    height: auto;
  }
  #about.page-people .people-details2 .right-info .photo {
    width: 100%;
    height: 360px;
  }
  #about.page-people .people-details2 .right-info .name {
    font-size: 40px;
    margin: 30px 0 10px;
  }
  #about.page-people .people-details2 .right-info .title {
    margin: 30px 0 ;
  }
  #about.page-people .people-details2 .right-info .title::after {
    right: 10%;
  }
}
.news-details .main .left {
  width: 18%;
}
.news-details .main .right {
  width: 78%;
}
.news-details .main .top {
  align-items: flex-end;
  padding-bottom: 80px;
  margin-bottom: 80px;
  margin-top: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details .main .top .title {
  padding-right: 5%;
  box-sizing: border-box;
}
.news-details .main .middle .article {
  color: rgba(0, 0, 0, 0.702);
  line-height: 1.5;
}
.news-details .main .bottom {
  align-items: flex-end;
  margin-top: 90px;
}
.news-details .main .bottom .btn-box {
  padding-top: 80px ;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details .main .bottom .btn-box a:first-child {
  margin-bottom: 20px;
}
.news-details .main .bottom .btn-box a:hover {
  opacity: 1;
}
.news-details .main .bottom .btn-box a:hover .bold {
  color: #2050a2;
}
@media (max-width: 800px) {
  .news-details .main .left {
    width: 100%;
  }
  .news-details .main .right {
    width: 100%;
  }
  .news-details .main .top {
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: none;
  }
  .news-details .main .top .title {
    padding-right: 0;
    margin-top: 20px;
  }
  .news-details .main .middle {
    flex-wrap: wrap;
  }
  .news-details .main .middle .article {
    line-height: 1.4;
    margin-top: 40px;
  }
  .news-details .main .bottom {
    margin-top: 50px;
  }
  .news-details .main .bottom .left {
    display: none;
  }
  .news-details .main .bottom .btn-box {
    padding-top: 40px ;
  }
  .news-details .main .bottom .btn-box a:first-child {
    margin-bottom: 10px;
  }
}
.page-contact .same-tab .item {
  width: auto;
  padding: 0 40px;
  margin-right: 30px;
}
.page-contact .same-tab .item:hover,
.page-contact .same-tab .item.active,
.page-contact .same-tab .item.on {
  -webkit-clip-path: polygon(96% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(96% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}
.page-contact .contact-lists {
  margin-top: 60px;
  margin-right: 0;
}
.page-contact .contact-lists .item {
  width: 48.5%;
  padding: 68px;
  background-image: url('../images/bg9.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
  position: relative;
  transition: all 0.4s ease;
  margin-right: 0;
}
.page-contact .contact-lists .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background-color: #2050a2;
  transition: all 0.4s ease;
}
.page-contact .contact-lists .item .title {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.page-contact .contact-lists .item .bottom {
  padding-top: 20px;
}
.page-contact .contact-lists .item .bottom .row-box {
  margin-top: 20px;
  align-items: flex-start;
}
.page-contact .contact-lists .item .bottom .row-box img {
  margin-right: 10px;
}
.page-contact .contact-lists .item .bottom .row-box span {
  opacity: 0.8;
}
.page-contact .contact-lists .item .bottom .row-box p {
  flex: 1;
}
.page-contact .contact-lists .item .bottom .row-box p span {
  margin-right: 8px;
}
.page-contact .contact-lists .item:hover {
  background-image: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.page-contact .contact-lists .item:hover .title {
  color: #2050a2;
  opacity: 1;
}
.page-contact .contact-lists .item:hover::after {
  height: 100%;
}
@media (max-width: 800px) {
  .page-contact .same-tab {
    margin-top: 40px;
  }
  .page-contact .same-tab .item {
    padding: 0 20px;
    margin-right: 20px;
  }
  .page-contact .contact-lists {
    margin-top: 40px;
    margin-right: 0;
  }
  .page-contact .contact-lists .item {
    width: 100%;
    padding: 40px 20px;
  }
  .page-contact .contact-lists .item .title {
    padding-bottom: 30px;
  }
  .page-contact .contact-lists .item .bottom {
    padding-top: 20px;
  }
  .page-contact .contact-lists .item .bottom .row-box {
    margin-top: 10px;
  }
  .page-contact .contact-lists .item .bottom .row-box img {
    width: 20px;
  }
}
.services-panel {
  padding-top: 68px;
  background-image: url('../images/bg7.png');
  background-size: 268px 473px;
  background-repeat: no-repeat;
  background-position: 90% 20%;
}
.services-panel .same-title {
  margin-top: 90px;
}
.services-panel .same-bottom-info {
  margin-top: -35px;
  
}
.services-panel .same-bottom-info .left-box {
  width: 48%;
  padding-top: 120px;
}
.services-panel .same-bottom-info .left-box .text-node {
  margin: 50px 0 166px;
}
.services-panel .same-bottom-info .left-box .info-box .info {
  display: none;
}
.services-panel .right-box {
  width: 45%;
}
.services-panel .audit-lists.original {
  animation: 60s linear 0s infinite normal forwards running rollingtop;
}
.services-panel .audit-lists.clone {
  animation: 60s linear 0s infinite normal none running rollingtop2;
}
.services-panel .audit-lists{
    height: 698px;
  overflow: hidden;
}
.services-panel .audit-lists ul li {
  width: 100%;
  height: 410px;
  background-color: #f0f4f8;
  padding: 80px 90px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 1s ease;
  /*margin-bottom: 65px;*/
}
.services-panel .audit-lists ul li:last-child{
   background-color: transparent;
}
.services-panel .audit-lists ul li .number {
  font-size: 72px;
  color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}
.services-panel .audit-lists ul li .title {
  width: 60%;
}
.services-panel .audit-lists ul li .same-circle {
  position: absolute;
  bottom: 80px;
  right: 90px;
}
.services-panel .audit-lists ul li.swiper-slide-active{
  color: #fff;
  background-color: transparent;
  background-image: url('../images/bg6.png');
}
.services-panel .audit-lists ul li.swiper-slide-active .number{
  color: #fff;
}
.services-panel .audit-lists ul li.swiper-slide-active .same-circle i {
  background-color: #fff;
}
.services-panel .audit-lists ul li.swiper-slide-active .same-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.services-panel .audit-lists ul li.swiper-slide-active .same-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
@keyframes rollingtop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  50.01% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rollingtop2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
@media (max-width: 800px) {
  .services-panel {
    padding-top: 50px;
  }
  .services-panel .same-title {
    margin-top: 40px;
  }
  .services-panel .same-bottom-info {
    margin-top: 0;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .services-panel .same-bottom-info .left-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .services-panel .same-bottom-info .left-box .text-node {
    margin: 30px 0 46px;
  }
  .services-panel .same-bottom-info .left-box .info-box .info {
    display: none;
  }
  .services-panel .right-box {
    width: 100%;
  }
  .services-panel .audit-lists{
   height: 520px;
    overflow: hidden;
}
  .services-panel .audit-lists ul li {
    width: 100%;
    height: 310px;
    padding: 40px 30px;
    margin-bottom: 45px;
  }
  .services-panel .audit-lists ul li .number {
    font-size: 42px;
  }
  .services-panel .audit-lists ul li .same-circle {
    bottom: 40px;
    right: 30px;
  }
}

#global.new-global .main {
  position: relative;
  height: 100%;
}
#global.new-global .main .left-box{
    position: relative;
    z-index: 99;
}
#global.new-global .map {
  width: 80%;
  margin-top: 30px;
  position: absolute;
  top: 190px;
  right: 120px;
}
#global.new-global .map .cls-txt {
  font-size: 10px;
}
#global.new-global .map .cls-txt,
#global.new-global .map .cls-icon {
  fill: #fff;
}
#global.new-global .map .cls-icon {
  display: inline-block;
  fill-rule: evenodd;
}
#global.new-global .map .cls-cen {
  text-anchor: middle;
}
#global.new-global .map .cls-end {
  text-anchor: end;
}
#global.new-global .map .item:hover .cls-icon {
  animation: moveup2 2s ease infinite;
}
@keyframes moveup2 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -5px);
    /* 可配置跳动方向 */
  }
  100% {
    transform: translate(0px, 0px);
  }
}
#global.new-global .map .item.on .cls-icon {
  fill: #b6a897;
}
#global.new-global .map .item.on .cls-txt {
  text-decoration: underline;
}
#global.new-global .news-map-items {
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 160px;
  left: 0;
  box-sizing: border-box;
}
#global.new-global .news-map-items .map-swiper {
  width: 82%;
  margin: 10px 0 0;
}
#global.new-global .news-map-items .map-swiper .lists .item {
  min-height: 70px;
  line-height: 1.6;
  padding-bottom: 20px;
  margin-top: 50px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease;
  box-sizing: border-box;
}
#global.new-global .news-map-items .map-swiper .lists .item.on {
  color: #b6a897;
  border-bottom: 1px solid #b6a897;
}
#global.new-global .news-map-items .swiper-change {
  position: absolute;
  bottom: 40px;
  right: 120px;
  width: 100px;
}
@media (max-width: 1480px) {
  #global.new-global .map {
    top: 150px;
    width: 84%;
  }
}
@media (max-width: 1080px) {
  #global.new-global {
    height: 700px;
  }
  #global.new-global .left-box .more {
    margin-top: 34px;
  }
  #global.new-global .map {
    width: 110%;
    margin-top: 30px;
    position: absolute;
    top: 180px;
    right: 0;
  }
  #global.new-global .news-map-items {
    width: 90%;
    bottom: 80px;
    left: 20px;
  }
  #global.new-global .news-map-items .map-swiper {
    width: 100%;
  }
  #global.new-global .news-map-items .swiper-change {
    bottom: auto;
    top: 20px;
    right: 20px;
  }
}


